home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00374.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  189 b   |  11 lines

  1. on exitFrame
  2.   patchpal()
  3.   cursor(0)
  4.   puppetSprite(4, 1)
  5.   set the movieRate of sprite 2 to 1
  6.   if not soundBusy(1) then
  7.     sound fadeIn 1, 120
  8.     puppetSound("intro.aif")
  9.   end if
  10. end
  11.